Class: Google::Cloud::ApiHub::V1::ExternalApi

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apihub/v1/common_fields.rb

Overview

An external API represents an API being provided by external sources. This can be used to model third-party APIs and can be used to define dependencies.

Defined Under Namespace

Classes: AttributesEntry

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Google::Protobuf::Map{::String => ::Google::Cloud::ApiHub::V1::AttributeValues}

Returns Optional. The list of user defined attributes associated with the Version resource. The key is the attribute name. It will be of the format: projects/{project}/locations/{location}/attributes/{attribute}. The value is the attribute values associated with the resource.

Returns:

  • (::Google::Protobuf::Map{::String => ::Google::Cloud::ApiHub::V1::AttributeValues})

    Optional. The list of user defined attributes associated with the Version resource. The key is the attribute name. It will be of the format: projects/{project}/locations/{location}/attributes/{attribute}. The value is the attribute values associated with the resource.



1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1238

class ExternalApi
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::ApiHub::V1::AttributeValues]
  class AttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Creation timestamp.

Returns:



1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1238

class ExternalApi
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::ApiHub::V1::AttributeValues]
  class AttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#description::String

Returns Optional. Description of the external API. Max length is 2000 characters (Unicode Code Points).

Returns:

  • (::String)

    Optional. Description of the external API. Max length is 2000 characters (Unicode Code Points).



1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1238

class ExternalApi
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::ApiHub::V1::AttributeValues]
  class AttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#display_name::String

Returns Required. Display name of the external API. Max length is 63 characters (Unicode Code Points).

Returns:

  • (::String)

    Required. Display name of the external API. Max length is 63 characters (Unicode Code Points).



1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1238

class ExternalApi
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::ApiHub::V1::AttributeValues]
  class AttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#documentation::Google::Cloud::ApiHub::V1::Documentation

Returns Optional. Documentation of the external API.

Returns:



1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1238

class ExternalApi
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::ApiHub::V1::AttributeValues]
  class AttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#endpoints::Array<::String>

Returns Optional. List of endpoints on which this API is accessible.

Returns:

  • (::Array<::String>)

    Optional. List of endpoints on which this API is accessible.



1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1238

class ExternalApi
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::ApiHub::V1::AttributeValues]
  class AttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#name::String

Returns Identifier. Format: projects/{project}/locations/{location}/externalApi/{externalApi}.

Returns:

  • (::String)

    Identifier. Format: projects/{project}/locations/{location}/externalApi/{externalApi}.



1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1238

class ExternalApi
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::ApiHub::V1::AttributeValues]
  class AttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#paths::Array<::String>

Returns Optional. List of paths served by this API.

Returns:

  • (::Array<::String>)

    Optional. List of paths served by this API.



1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1238

class ExternalApi
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::ApiHub::V1::AttributeValues]
  class AttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Last update timestamp.

Returns:



1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1238

class ExternalApi
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::ApiHub::V1::AttributeValues]
  class AttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end