Class: Google::Cloud::VisionAI::V1::GetClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::GetClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/streams_service.rb
Overview
Message for getting a Cluster.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource.
65 66 67 68 |
# File 'proto_docs/google/cloud/visionai/v1/streams_service.rb', line 65 class GetClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |