Apigee Registry V1 API - Class Google::Cloud::ApigeeRegistry::V1::Instance (v0.1.0)

Reference documentation and code samples for the Apigee Registry V1 API class Google::Cloud::ApigeeRegistry::V1::Instance.

An Instance represents the instance resources of the Registry. Currently, only one instance is allowed for each project.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#config

def config() -> ::Google::Cloud::ApigeeRegistry::V1::Instance::Config
Returns

#config=

def config=(value) -> ::Google::Cloud::ApigeeRegistry::V1::Instance::Config
Parameter
Returns

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#name

def name() -> ::String
Returns
  • (::String) — Format: projects/*/locations/*/instance. Currently only locations/global is supported.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Format: projects/*/locations/*/instance. Currently only locations/global is supported.
Returns
  • (::String) — Format: projects/*/locations/*/instance. Currently only locations/global is supported.

#state

def state() -> ::Google::Cloud::ApigeeRegistry::V1::Instance::State
Returns

#state_message

def state_message() -> ::String
Returns
  • (::String) — Output only. Extra information of Instance.State if the state is FAILED.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns