Uses of Class
com.google.spanner.admin.instance.v1.Instance.Builder
-
Uses of Instance.Builder in com.google.spanner.admin.instance.v1
Methods in com.google.spanner.admin.instance.v1 that return Instance.BuilderModifier and TypeMethodDescriptionInstance.Builder.addAllEndpointUris(Iterable<String> values) Deprecated.Instance.Builder.addAllReplicaComputeCapacity(Iterable<? extends ReplicaComputeCapacity> values) Output only.Instance.Builder.addEndpointUris(String value) Deprecated.Instance.Builder.addEndpointUrisBytes(com.google.protobuf.ByteString value) Deprecated.ListInstancesResponse.Builder.addInstancesBuilder()The list of requested instances.ListInstancesResponse.Builder.addInstancesBuilder(int index) The list of requested instances.Instance.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Instance.Builder.addReplicaComputeCapacity(int index, ReplicaComputeCapacity value) Output only.Instance.Builder.addReplicaComputeCapacity(int index, ReplicaComputeCapacity.Builder builderForValue) Output only.Instance.Builder.addReplicaComputeCapacity(ReplicaComputeCapacity value) Output only.Instance.Builder.addReplicaComputeCapacity(ReplicaComputeCapacity.Builder builderForValue) Output only.Instance.Builder.clear()Instance.Builder.clearAutoscalingConfig()Optional.Instance.Builder.clearConfig()Required.Instance.Builder.clearCreateTime()Output only.Instance.Builder.clearDefaultBackupScheduleType()Optional.Instance.Builder.clearDisplayName()Required.Instance.Builder.clearEdition()Optional.Instance.Builder.clearEndpointUris()Deprecated.Instance.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Instance.Builder.clearFreeInstanceMetadata()Free instance metadata.Instance.Builder.clearInstanceType()The `InstanceType` of the current instance.Instance.Builder.clearLabels()Instance.Builder.clearName()Required.Instance.Builder.clearNodeCount()The number of nodes allocated to this instance.Instance.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Instance.Builder.clearProcessingUnits()The number of processing units allocated to this instance.Instance.Builder.clearReplicaComputeCapacity()Output only.Instance.Builder.clearState()Output only.Instance.Builder.clearUpdateTime()Output only.Instance.Builder.clone()CreateInstanceMetadata.Builder.getInstanceBuilder()The instance being created.CreateInstanceRequest.Builder.getInstanceBuilder()Required.UpdateInstanceMetadata.Builder.getInstanceBuilder()The desired end state of the update.UpdateInstanceRequest.Builder.getInstanceBuilder()Required.ListInstancesResponse.Builder.getInstancesBuilder(int index) The list of requested instances.Instance.Builder.mergeAutoscalingConfig(AutoscalingConfig value) Optional.Instance.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.Instance.Builder.mergeFreeInstanceMetadata(FreeInstanceMetadata value) Free instance metadata.Instance.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Instance.Builder.mergeFrom(com.google.protobuf.Message other) final Instance.BuilderInstance.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Instance.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) Output only.static Instance.BuilderInstance.newBuilder()static Instance.BuilderInstance.newBuilder(Instance prototype) Instance.newBuilderForType()protected Instance.BuilderInstance.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Instance.Builder.putAllLabels(Map<String, String> values) Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.Cloud 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.removeLabels(String key) Cloud 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.removeReplicaComputeCapacity(int index) Output only.Instance.Builder.setAutoscalingConfig(AutoscalingConfig value) Optional.Instance.Builder.setAutoscalingConfig(AutoscalingConfig.Builder builderForValue) Optional.Required.Instance.Builder.setConfigBytes(com.google.protobuf.ByteString value) Required.Instance.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.Instance.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Instance.Builder.setDefaultBackupScheduleType(Instance.DefaultBackupScheduleType value) Optional.Instance.Builder.setDefaultBackupScheduleTypeValue(int value) Optional.Instance.Builder.setDisplayName(String value) Required.Instance.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) Required.Instance.Builder.setEdition(Instance.Edition value) Optional.Instance.Builder.setEditionValue(int value) Optional.Instance.Builder.setEndpointUris(int index, String value) Deprecated.Instance.Builder.setFreeInstanceMetadata(FreeInstanceMetadata value) Free instance metadata.Instance.Builder.setFreeInstanceMetadata(FreeInstanceMetadata.Builder builderForValue) Free instance metadata.Instance.Builder.setInstanceType(Instance.InstanceType value) The `InstanceType` of the current instance.Instance.Builder.setInstanceTypeValue(int value) The `InstanceType` of the current instance.Required.Instance.Builder.setNameBytes(com.google.protobuf.ByteString value) Required.Instance.Builder.setNodeCount(int value) The number of nodes allocated to this instance.Instance.Builder.setProcessingUnits(int value) The number of processing units allocated to this instance.Instance.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Instance.Builder.setReplicaComputeCapacity(int index, ReplicaComputeCapacity value) Output only.Instance.Builder.setReplicaComputeCapacity(int index, ReplicaComputeCapacity.Builder builderForValue) Output only.Instance.Builder.setState(Instance.State value) Output only.Instance.Builder.setStateValue(int value) Output only.final Instance.BuilderInstance.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Instance.Builder.setUpdateTime(com.google.protobuf.Timestamp value) Output only.Instance.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Instance.toBuilder()Methods in com.google.spanner.admin.instance.v1 that return types with arguments of type Instance.BuilderModifier and TypeMethodDescriptionListInstancesResponse.Builder.getInstancesBuilderList()The list of requested instances.Methods in com.google.spanner.admin.instance.v1 with parameters of type Instance.BuilderModifier and TypeMethodDescriptionListInstancesResponse.Builder.addInstances(int index, Instance.Builder builderForValue) The list of requested instances.ListInstancesResponse.Builder.addInstances(Instance.Builder builderForValue) The list of requested instances.CreateInstanceMetadata.Builder.setInstance(Instance.Builder builderForValue) The instance being created.CreateInstanceRequest.Builder.setInstance(Instance.Builder builderForValue) Required.UpdateInstanceMetadata.Builder.setInstance(Instance.Builder builderForValue) The desired end state of the update.UpdateInstanceRequest.Builder.setInstance(Instance.Builder builderForValue) Required.ListInstancesResponse.Builder.setInstances(int index, Instance.Builder builderForValue) The list of requested instances.