| Modifier and Type | Method and Description |
|---|---|
Control |
Control.Builder.build() |
Control |
Control.Builder.buildPartial() |
Control |
UpdateControlRequest.getControl()
Required.
|
Control |
UpdateControlRequest.Builder.getControl()
Required.
|
Control |
CreateControlRequest.getControl()
Required.
|
Control |
CreateControlRequest.Builder.getControl()
Required.
|
Control |
CreateControlRequestOrBuilder.getControl()
Required.
|
Control |
UpdateControlRequestOrBuilder.getControl()
Required.
|
Control |
ListControlsResponseOrBuilder.getControls(int index)
All the Controls for a given catalog.
|
Control |
ListControlsResponse.getControls(int index)
All the Controls for a given catalog.
|
Control |
ListControlsResponse.Builder.getControls(int index)
All the Controls for a given catalog.
|
static Control |
Control.getDefaultInstance() |
Control |
Control.getDefaultInstanceForType() |
Control |
Control.Builder.getDefaultInstanceForType() |
static Control |
Control.parseDelimitedFrom(InputStream input) |
static Control |
Control.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control |
Control.parseFrom(byte[] data) |
static Control |
Control.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control |
Control.parseFrom(ByteBuffer data) |
static Control |
Control.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control |
Control.parseFrom(com.google.protobuf.ByteString data) |
static Control |
Control.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control |
Control.parseFrom(com.google.protobuf.CodedInputStream input) |
static Control |
Control.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control |
Control.parseFrom(InputStream input) |
static Control |
Control.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Control> |
ListControlsResponseOrBuilder.getControlsList()
All the Controls for a given catalog.
|
List<Control> |
ListControlsResponse.getControlsList()
All the Controls for a given catalog.
|
List<Control> |
ListControlsResponse.Builder.getControlsList()
All the Controls for a given catalog.
|
com.google.protobuf.Parser<Control> |
Control.getParserForType() |
static com.google.protobuf.Parser<Control> |
Control.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListControlsResponse.Builder |
ListControlsResponse.Builder.addControls(Control value)
All the Controls for a given catalog.
|
ListControlsResponse.Builder |
ListControlsResponse.Builder.addControls(int index,
Control value)
All the Controls for a given catalog.
|
UpdateControlRequest.Builder |
UpdateControlRequest.Builder.mergeControl(Control value)
Required.
|
CreateControlRequest.Builder |
CreateControlRequest.Builder.mergeControl(Control value)
Required.
|
Control.Builder |
Control.Builder.mergeFrom(Control other) |
static Control.Builder |
Control.newBuilder(Control prototype) |
UpdateControlRequest.Builder |
UpdateControlRequest.Builder.setControl(Control value)
Required.
|
CreateControlRequest.Builder |
CreateControlRequest.Builder.setControl(Control value)
Required.
|
ListControlsResponse.Builder |
ListControlsResponse.Builder.setControls(int index,
Control value)
All the Controls for a given catalog.
|
| Modifier and Type | Method and Description |
|---|---|
ListControlsResponse.Builder |
ListControlsResponse.Builder.addAllControls(Iterable<? extends Control> values)
All the Controls for a given catalog.
|
Copyright © 2023 Google LLC. All rights reserved.