| Modifier and Type | Method and Description |
|---|---|
Source |
Source.Builder.build() |
Source |
Source.Builder.buildPartial() |
static Source |
Source.getDefaultInstance() |
Source |
Source.getDefaultInstanceForType() |
Source |
Source.Builder.getDefaultInstanceForType() |
Source |
UpdateSourceRequest.getSource()
The source resource to update.
|
Source |
UpdateSourceRequest.Builder.getSource()
The source resource to update.
|
Source |
CreateSourceRequestOrBuilder.getSource()
The Source being created, only the display_name and description will be
used.
|
Source |
UpdateSourceRequestOrBuilder.getSource()
The source resource to update.
|
Source |
CreateSourceRequest.getSource()
The Source being created, only the display_name and description will be
used.
|
Source |
CreateSourceRequest.Builder.getSource()
The Source being created, only the display_name and description will be
used.
|
Source |
ListSourcesResponseOrBuilder.getSources(int index)
Sources belonging to the requested parent.
|
Source |
ListSourcesResponse.getSources(int index)
Sources belonging to the requested parent.
|
Source |
ListSourcesResponse.Builder.getSources(int index)
Sources belonging to the requested parent.
|
static Source |
Source.parseDelimitedFrom(InputStream input) |
static Source |
Source.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Source |
Source.parseFrom(byte[] data) |
static Source |
Source.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Source |
Source.parseFrom(ByteBuffer data) |
static Source |
Source.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Source |
Source.parseFrom(com.google.protobuf.ByteString data) |
static Source |
Source.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Source |
Source.parseFrom(com.google.protobuf.CodedInputStream input) |
static Source |
Source.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Source |
Source.parseFrom(InputStream input) |
static Source |
Source.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Source> |
Source.getParserForType() |
List<Source> |
ListSourcesResponseOrBuilder.getSourcesList()
Sources belonging to the requested parent.
|
List<Source> |
ListSourcesResponse.getSourcesList()
Sources belonging to the requested parent.
|
List<Source> |
ListSourcesResponse.Builder.getSourcesList()
Sources belonging to the requested parent.
|
static com.google.protobuf.Parser<Source> |
Source.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListSourcesResponse.Builder |
ListSourcesResponse.Builder.addSources(int index,
Source value)
Sources belonging to the requested parent.
|
ListSourcesResponse.Builder |
ListSourcesResponse.Builder.addSources(Source value)
Sources belonging to the requested parent.
|
Source.Builder |
Source.Builder.mergeFrom(Source other) |
UpdateSourceRequest.Builder |
UpdateSourceRequest.Builder.mergeSource(Source value)
The source resource to update.
|
CreateSourceRequest.Builder |
CreateSourceRequest.Builder.mergeSource(Source value)
The Source being created, only the display_name and description will be
used.
|
static Source.Builder |
Source.newBuilder(Source prototype) |
UpdateSourceRequest.Builder |
UpdateSourceRequest.Builder.setSource(Source value)
The source resource to update.
|
CreateSourceRequest.Builder |
CreateSourceRequest.Builder.setSource(Source value)
The Source being created, only the display_name and description will be
used.
|
ListSourcesResponse.Builder |
ListSourcesResponse.Builder.setSources(int index,
Source value)
Sources belonging to the requested parent.
|
| Modifier and Type | Method and Description |
|---|---|
ListSourcesResponse.Builder |
ListSourcesResponse.Builder.addAllSources(Iterable<? extends Source> values)
Sources belonging to the requested parent.
|
Copyright © 2019 Google LLC. All rights reserved.