Uses of Class
com.google.spanner.admin.instance.v1.ReplicaInfo.Builder
-
Uses of ReplicaInfo.Builder in com.google.spanner.admin.instance.v1
Methods in com.google.spanner.admin.instance.v1 that return ReplicaInfo.BuilderModifier and TypeMethodDescriptionInstanceConfig.Builder.addOptionalReplicasBuilder()Output only.InstanceConfig.Builder.addOptionalReplicasBuilder(int index) Output only.ReplicaInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) InstanceConfig.Builder.addReplicasBuilder()The geographic placement of nodes in this instance configuration and their replication properties.InstanceConfig.Builder.addReplicasBuilder(int index) The geographic placement of nodes in this instance configuration and their replication properties.ReplicaInfo.Builder.clear()ReplicaInfo.Builder.clearDefaultLeaderLocation()If true, this location is designated as the default leader location where leader replicas are placed.ReplicaInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ReplicaInfo.Builder.clearLocation()The location of the serving resources, e.g., "us-central1".ReplicaInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ReplicaInfo.Builder.clearType()The type of replica.ReplicaInfo.Builder.clone()InstanceConfig.Builder.getOptionalReplicasBuilder(int index) Output only.InstanceConfig.Builder.getReplicasBuilder(int index) The geographic placement of nodes in this instance configuration and their replication properties.ReplicaInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ReplicaInfo.Builder.mergeFrom(com.google.protobuf.Message other) ReplicaInfo.Builder.mergeFrom(ReplicaInfo other) final ReplicaInfo.BuilderReplicaInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ReplicaInfo.BuilderReplicaInfo.newBuilder()static ReplicaInfo.BuilderReplicaInfo.newBuilder(ReplicaInfo prototype) ReplicaInfo.newBuilderForType()protected ReplicaInfo.BuilderReplicaInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ReplicaInfo.Builder.setDefaultLeaderLocation(boolean value) If true, this location is designated as the default leader location where leader replicas are placed.ReplicaInfo.Builder.setLocation(String value) The location of the serving resources, e.g., "us-central1".ReplicaInfo.Builder.setLocationBytes(com.google.protobuf.ByteString value) The location of the serving resources, e.g., "us-central1".ReplicaInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ReplicaInfo.Builder.setType(ReplicaInfo.ReplicaType value) The type of replica.ReplicaInfo.Builder.setTypeValue(int value) The type of replica.final ReplicaInfo.BuilderReplicaInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ReplicaInfo.toBuilder()Methods in com.google.spanner.admin.instance.v1 that return types with arguments of type ReplicaInfo.BuilderModifier and TypeMethodDescriptionInstanceConfig.Builder.getOptionalReplicasBuilderList()Output only.InstanceConfig.Builder.getReplicasBuilderList()The geographic placement of nodes in this instance configuration and their replication properties.Methods in com.google.spanner.admin.instance.v1 with parameters of type ReplicaInfo.BuilderModifier and TypeMethodDescriptionInstanceConfig.Builder.addOptionalReplicas(int index, ReplicaInfo.Builder builderForValue) Output only.InstanceConfig.Builder.addOptionalReplicas(ReplicaInfo.Builder builderForValue) Output only.InstanceConfig.Builder.addReplicas(int index, ReplicaInfo.Builder builderForValue) The geographic placement of nodes in this instance configuration and their replication properties.InstanceConfig.Builder.addReplicas(ReplicaInfo.Builder builderForValue) The geographic placement of nodes in this instance configuration and their replication properties.InstanceConfig.Builder.setOptionalReplicas(int index, ReplicaInfo.Builder builderForValue) Output only.InstanceConfig.Builder.setReplicas(int index, ReplicaInfo.Builder builderForValue) The geographic placement of nodes in this instance configuration and their replication properties.