- 0.78.0 (latest)
 - 0.76.0
 - 0.75.0
 - 0.74.0
 - 0.73.0
 - 0.72.0
 - 0.70.0
 - 0.68.0
 - 0.67.0
 - 0.64.0
 - 0.63.0
 - 0.62.0
 - 0.60.0
 - 0.59.0
 - 0.58.0
 - 0.57.0
 - 0.56.0
 - 0.55.0
 - 0.54.0
 - 0.53.0
 - 0.52.0
 - 0.51.0
 - 0.49.0
 - 0.48.0
 - 0.47.0
 - 0.46.0
 - 0.45.0
 - 0.44.0
 - 0.43.0
 - 0.42.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.37.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.32.0
 - 0.31.0
 - 0.30.0
 - 0.29.0
 - 0.28.0
 - 0.27.0
 - 0.24.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.20.0
 - 0.19.0
 - 0.18.0
 - 0.17.0
 - 0.16.0
 - 0.15.0
 - 0.14.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.9.0
 - 0.8.0
 - 0.7.0
 - 0.6.0
 - 0.5.0
 - 0.4.0
 - 0.3.1
 - 0.2.2
 - 0.1.1
 
public static final class Instance.Builder extends GeneratedMessageV3.Builder<Instance.Builder> implements InstanceOrBuilderAn Instance represents the instance resources of the Registry. Currently, only one instance is allowed for each project.
 Protobuf type google.cloud.apigeeregistry.v1.Instance
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Instance.BuilderImplements
InstanceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
Descriptor | 
        
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Instance.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Type | Description | 
Instance.Builder | 
        
build()
public Instance build()| Type | Description | 
Instance | 
        
buildPartial()
public Instance buildPartial()| Type | Description | 
Instance | 
        
clear()
public Instance.Builder clear()| Type | Description | 
Instance.Builder | 
        
clearConfig()
public Instance.Builder clearConfig()Required. Config of the Instance.
 
 .google.cloud.apigeeregistry.v1.Instance.Config config = 6 [(.google.api.field_behavior) = REQUIRED];
 
| Type | Description | 
Instance.Builder | 
        
clearCreateTime()
public Instance.Builder clearCreateTime()Output only. Creation timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Instance.Builder | 
        
clearField(Descriptors.FieldDescriptor field)
public Instance.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
field | 
        FieldDescriptor | 
      
| Type | Description | 
Instance.Builder | 
        
clearName()
public Instance.Builder clearName() Format: projects/*/locations/*/instance.
 Currently only locations/global is supported.
 string name = 1;
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public Instance.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Type | Description | 
Instance.Builder | 
        
clearState()
public Instance.Builder clearState()Output only. The current state of the Instance.
 
 .google.cloud.apigeeregistry.v1.Instance.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
clearStateMessage()
public Instance.Builder clearStateMessage() Output only. Extra information of Instance.State if the state is FAILED.
 string state_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
clearUpdateTime()
public Instance.Builder clearUpdateTime()Output only. Last update timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Instance.Builder | 
        
clone()
public Instance.Builder clone()| Type | Description | 
Instance.Builder | 
        
getConfig()
public Instance.Config getConfig()Required. Config of the Instance.
 
 .google.cloud.apigeeregistry.v1.Instance.Config config = 6 [(.google.api.field_behavior) = REQUIRED];
 
| Type | Description | 
Instance.Config | 
        The config.  | 
      
getConfigBuilder()
public Instance.Config.Builder getConfigBuilder()Required. Config of the Instance.
 
 .google.cloud.apigeeregistry.v1.Instance.Config config = 6 [(.google.api.field_behavior) = REQUIRED];
 
| Type | Description | 
Instance.Config.Builder | 
        
getConfigOrBuilder()
public Instance.ConfigOrBuilder getConfigOrBuilder()Required. Config of the Instance.
 
 .google.cloud.apigeeregistry.v1.Instance.Config config = 6 [(.google.api.field_behavior) = REQUIRED];
 
| Type | Description | 
Instance.ConfigOrBuilder | 
        
getCreateTime()
public Timestamp getCreateTime()Output only. Creation timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Timestamp | 
        The createTime.  | 
      
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. Creation timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Builder | 
        
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. Creation timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
TimestampOrBuilder | 
        
getDefaultInstanceForType()
public Instance getDefaultInstanceForType()| Type | Description | 
Instance | 
        
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
Descriptor | 
        
getName()
public String getName() Format: projects/*/locations/*/instance.
 Currently only locations/global is supported.
 string name = 1;
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public ByteString getNameBytes() Format: projects/*/locations/*/instance.
 Currently only locations/global is supported.
 string name = 1;
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getState()
public Instance.State getState()Output only. The current state of the Instance.
 
 .google.cloud.apigeeregistry.v1.Instance.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Instance.State | 
        The state.  | 
      
getStateMessage()
public String getStateMessage() Output only. Extra information of Instance.State if the state is FAILED.
 string state_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
String | 
        The stateMessage.  | 
      
getStateMessageBytes()
public ByteString getStateMessageBytes() Output only. Extra information of Instance.State if the state is FAILED.
 string state_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
ByteString | 
        The bytes for stateMessage.  | 
      
getStateValue()
public int getStateValue()Output only. The current state of the Instance.
 
 .google.cloud.apigeeregistry.v1.Instance.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
int | 
        The enum numeric value on the wire for state.  | 
      
getUpdateTime()
public Timestamp getUpdateTime()Output only. Last update timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Timestamp | 
        The updateTime.  | 
      
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. Last update timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
Builder | 
        
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. Last update timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
TimestampOrBuilder | 
        
hasConfig()
public boolean hasConfig()Required. Config of the Instance.
 
 .google.cloud.apigeeregistry.v1.Instance.Config config = 6 [(.google.api.field_behavior) = REQUIRED];
 
| Type | Description | 
boolean | 
        Whether the config field is set.  | 
      
hasCreateTime()
public boolean hasCreateTime()Output only. Creation timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
boolean | 
        Whether the createTime field is set.  | 
      
hasUpdateTime()
public boolean hasUpdateTime()Output only. Last update timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
boolean | 
        Whether the updateTime field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
FieldAccessorTable | 
        
isInitialized()
public final boolean isInitialized()| Type | Description | 
boolean | 
        
mergeConfig(Instance.Config value)
public Instance.Builder mergeConfig(Instance.Config value)Required. Config of the Instance.
 
 .google.cloud.apigeeregistry.v1.Instance.Config config = 6 [(.google.api.field_behavior) = REQUIRED];
 
| Name | Description | 
value | 
        Instance.Config | 
      
| Type | Description | 
Instance.Builder | 
        
mergeCreateTime(Timestamp value)
public Instance.Builder mergeCreateTime(Timestamp value)Output only. Creation timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
value | 
        Timestamp | 
      
| Type | Description | 
Instance.Builder | 
        
mergeFrom(Instance other)
public Instance.Builder mergeFrom(Instance other)| Name | Description | 
other | 
        Instance | 
      
| Type | Description | 
Instance.Builder | 
        
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Instance.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Type | Description | 
Instance.Builder | 
        
| Type | Description | 
IOException | 
        
mergeFrom(Message other)
public Instance.Builder mergeFrom(Message other)| Name | Description | 
other | 
        Message | 
      
| Type | Description | 
Instance.Builder | 
        
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Instance.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Type | Description | 
Instance.Builder | 
        
mergeUpdateTime(Timestamp value)
public Instance.Builder mergeUpdateTime(Timestamp value)Output only. Last update timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
value | 
        Timestamp | 
      
| Type | Description | 
Instance.Builder | 
        
setConfig(Instance.Config value)
public Instance.Builder setConfig(Instance.Config value)Required. Config of the Instance.
 
 .google.cloud.apigeeregistry.v1.Instance.Config config = 6 [(.google.api.field_behavior) = REQUIRED];
 
| Name | Description | 
value | 
        Instance.Config | 
      
| Type | Description | 
Instance.Builder | 
        
setConfig(Instance.Config.Builder builderForValue)
public Instance.Builder setConfig(Instance.Config.Builder builderForValue)Required. Config of the Instance.
 
 .google.cloud.apigeeregistry.v1.Instance.Config config = 6 [(.google.api.field_behavior) = REQUIRED];
 
| Name | Description | 
builderForValue | 
        Instance.Config.Builder | 
      
| Type | Description | 
Instance.Builder | 
        
setCreateTime(Timestamp value)
public Instance.Builder setCreateTime(Timestamp value)Output only. Creation timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
value | 
        Timestamp | 
      
| Type | Description | 
Instance.Builder | 
        
setCreateTime(Timestamp.Builder builderForValue)
public Instance.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. Creation timestamp.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
builderForValue | 
        Builder | 
      
| Type | Description | 
Instance.Builder | 
        
setField(Descriptors.FieldDescriptor field, Object value)
public Instance.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Type | Description | 
Instance.Builder | 
        
setName(String value)
public Instance.Builder setName(String value) Format: projects/*/locations/*/instance.
 Currently only locations/global is supported.
 string name = 1;
| Name | Description | 
value | 
        StringThe name to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setNameBytes(ByteString value)
public Instance.Builder setNameBytes(ByteString value) Format: projects/*/locations/*/instance.
 Currently only locations/global is supported.
 string name = 1;
| Name | Description | 
value | 
        ByteStringThe bytes for name to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Instance.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Type | Description | 
Instance.Builder | 
        
setState(Instance.State value)
public Instance.Builder setState(Instance.State value)Output only. The current state of the Instance.
 
 .google.cloud.apigeeregistry.v1.Instance.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
value | 
        Instance.StateThe state to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setStateMessage(String value)
public Instance.Builder setStateMessage(String value) Output only. Extra information of Instance.State if the state is FAILED.
 string state_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
value | 
        StringThe stateMessage to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setStateMessageBytes(ByteString value)
public Instance.Builder setStateMessageBytes(ByteString value) Output only. Extra information of Instance.State if the state is FAILED.
 string state_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
value | 
        ByteStringThe bytes for stateMessage to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setStateValue(int value)
public Instance.Builder setStateValue(int value)Output only. The current state of the Instance.
 
 .google.cloud.apigeeregistry.v1.Instance.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
value | 
        intThe enum numeric value on the wire for state to set.  | 
      
| Type | Description | 
Instance.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final Instance.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Type | Description | 
Instance.Builder | 
        
setUpdateTime(Timestamp value)
public Instance.Builder setUpdateTime(Timestamp value)Output only. Last update timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
value | 
        Timestamp | 
      
| Type | Description | 
Instance.Builder | 
        
setUpdateTime(Timestamp.Builder builderForValue)
public Instance.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. Last update timestamp.
 
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
builderForValue | 
        Builder | 
      
| Type | Description | 
Instance.Builder |