Uses of Class
com.google.bigtable.admin.v2.Instance.Builder
-
Uses of Instance.Builder in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return Instance.BuilderModifier and TypeMethodDescriptionListInstancesResponse.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.clear()Instance.Builder.clearCreateTime()Output only.Instance.Builder.clearDisplayName()Required.Instance.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Instance.Builder.clearLabels()Instance.Builder.clearName()The unique name of the instance.Instance.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Instance.Builder.clearSatisfiesPzs()Output only.Instance.Builder.clearState()(`OutputOnly`) The current state of the instance.Instance.Builder.clearType()The type of the instance.Instance.Builder.clone()CreateInstanceRequest.Builder.getInstanceBuilder()Required.PartialUpdateInstanceRequest.Builder.getInstanceBuilder()Required.ListInstancesResponse.Builder.getInstancesBuilder(int index) The list of requested instances.Instance.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.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) 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) Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies.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) 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.setCreateTime(com.google.protobuf.Timestamp value) Output only.Instance.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Instance.Builder.setDisplayName(String value) Required.Instance.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) Required.The unique name of the instance.Instance.Builder.setNameBytes(com.google.protobuf.ByteString value) The unique name of the instance.Instance.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Instance.Builder.setSatisfiesPzs(boolean value) Output only.Instance.Builder.setState(Instance.State value) (`OutputOnly`) The current state of the instance.Instance.Builder.setStateValue(int value) (`OutputOnly`) The current state of the instance.Instance.Builder.setType(Instance.Type value) The type of the instance.Instance.Builder.setTypeValue(int value) The type of the instance.final Instance.BuilderInstance.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Instance.toBuilder()Methods in com.google.bigtable.admin.v2 that return types with arguments of type Instance.BuilderModifier and TypeMethodDescriptionListInstancesResponse.Builder.getInstancesBuilderList()The list of requested instances.Methods in com.google.bigtable.admin.v2 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.CreateInstanceRequest.Builder.setInstance(Instance.Builder builderForValue) Required.PartialUpdateInstanceRequest.Builder.setInstance(Instance.Builder builderForValue) Required.ListInstancesResponse.Builder.setInstances(int index, Instance.Builder builderForValue) The list of requested instances.