| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
ListInstancesResponse.Builder.addInstancesBuilder()
The list of requested instances.
|
Instance.Builder |
ListInstancesResponse.Builder.addInstancesBuilder(int index)
The list of requested instances.
|
Instance.Builder |
Instance.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Instance.Builder |
Instance.Builder.clear() |
Instance.Builder |
Instance.Builder.clearDisplayName()
The descriptive name for this instance as it appears in UIs.
|
Instance.Builder |
Instance.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Instance.Builder |
Instance.Builder.clearLabels() |
Instance.Builder |
Instance.Builder.clearName()
(`OutputOnly`)
The unique name of the instance.
|
Instance.Builder |
Instance.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Instance.Builder |
Instance.Builder.clearState()
(`OutputOnly`)
The current state of the instance.
|
Instance.Builder |
Instance.Builder.clearType()
The type of the instance.
|
Instance.Builder |
Instance.Builder.clone() |
Instance.Builder |
PartialUpdateInstanceRequest.Builder.getInstanceBuilder()
The Instance which will (partially) replace the current value.
|
Instance.Builder |
CreateInstanceRequest.Builder.getInstanceBuilder()
The instance to create.
|
Instance.Builder |
ListInstancesResponse.Builder.getInstancesBuilder(int index)
The list of requested instances.
|
Instance.Builder |
Instance.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Instance.Builder |
Instance.Builder.mergeFrom(Instance other) |
Instance.Builder |
Instance.Builder.mergeFrom(com.google.protobuf.Message other) |
Instance.Builder |
Instance.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Instance.Builder |
Instance.newBuilder() |
static Instance.Builder |
Instance.newBuilder(Instance prototype) |
Instance.Builder |
Instance.newBuilderForType() |
protected Instance.Builder |
Instance.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Instance.Builder |
Instance.Builder.putAllLabels(Map<String,String> values)
Labels are a flexible and lightweight mechanism for organizing cloud
resources into groups that reflect a customer's organizational needs and
deployment strategies.
|
Instance.Builder |
Instance.Builder.putLabels(String key,
String value)
Labels are a flexible and lightweight mechanism for organizing cloud
resources into groups that reflect a customer's organizational needs and
deployment strategies.
|
Instance.Builder |
Instance.Builder.removeLabels(String key)
Labels are a flexible and lightweight mechanism for organizing cloud
resources into groups that reflect a customer's organizational needs and
deployment strategies.
|
Instance.Builder |
Instance.Builder.setDisplayName(String value)
The descriptive name for this instance as it appears in UIs.
|
Instance.Builder |
Instance.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value)
The descriptive name for this instance as it appears in UIs.
|
Instance.Builder |
Instance.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Instance.Builder |
Instance.Builder.setName(String value)
(`OutputOnly`)
The unique name of the instance.
|
Instance.Builder |
Instance.Builder.setNameBytes(com.google.protobuf.ByteString value)
(`OutputOnly`)
The unique name of the instance.
|
Instance.Builder |
Instance.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Instance.Builder |
Instance.Builder.setState(Instance.State value)
(`OutputOnly`)
The current state of the instance.
|
Instance.Builder |
Instance.Builder.setStateValue(int value)
(`OutputOnly`)
The current state of the instance.
|
Instance.Builder |
Instance.Builder.setType(Instance.Type value)
The type of the instance.
|
Instance.Builder |
Instance.Builder.setTypeValue(int value)
The type of the instance.
|
Instance.Builder |
Instance.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Instance.Builder |
Instance.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Instance.Builder> |
ListInstancesResponse.Builder.getInstancesBuilderList()
The list of requested instances.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstancesResponse.Builder |
ListInstancesResponse.Builder.addInstances(Instance.Builder builderForValue)
The list of requested instances.
|
ListInstancesResponse.Builder |
ListInstancesResponse.Builder.addInstances(int index,
Instance.Builder builderForValue)
The list of requested instances.
|
PartialUpdateInstanceRequest.Builder |
PartialUpdateInstanceRequest.Builder.setInstance(Instance.Builder builderForValue)
The Instance which will (partially) replace the current value.
|
CreateInstanceRequest.Builder |
CreateInstanceRequest.Builder.setInstance(Instance.Builder builderForValue)
The instance to create.
|
ListInstancesResponse.Builder |
ListInstancesResponse.Builder.setInstances(int index,
Instance.Builder builderForValue)
The list of requested instances.
|
Copyright © 2018 Google LLC. All rights reserved.