Reference documentation and code samples for the Database Center V1BETA API class Google::Cloud::DatabaseCenter::V1beta::DatabaseResourceGroup.
DatabaseResourceGroup represents all resources that serve a common data set. It is considered notionally as a single entity, powered by any number of units of compute and storage.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#root_resources
def root_resources() -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::DatabaseResource>
Returns
- (::Array<::Google::Cloud::DatabaseCenter::V1beta::DatabaseResource>) — A database resource that serves as a root of the group of database resources. It is repeated just in case we have the concept of multiple roots in the future, however, it will only be populated with a single value for now.
#root_resources=
def root_resources=(value) -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::DatabaseResource>
Parameter
- value (::Array<::Google::Cloud::DatabaseCenter::V1beta::DatabaseResource>) — A database resource that serves as a root of the group of database resources. It is repeated just in case we have the concept of multiple roots in the future, however, it will only be populated with a single value for now.
Returns
- (::Array<::Google::Cloud::DatabaseCenter::V1beta::DatabaseResource>) — A database resource that serves as a root of the group of database resources. It is repeated just in case we have the concept of multiple roots in the future, however, it will only be populated with a single value for now.
#signal_groups
def signal_groups() -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::IssueCount>
Returns
- (::Array<::Google::Cloud::DatabaseCenter::V1beta::IssueCount>) — The filtered signal groups and the count of issues associated with the resources that have been filtered in.
#signal_groups=
def signal_groups=(value) -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::IssueCount>
Parameter
- value (::Array<::Google::Cloud::DatabaseCenter::V1beta::IssueCount>) — The filtered signal groups and the count of issues associated with the resources that have been filtered in.
Returns
- (::Array<::Google::Cloud::DatabaseCenter::V1beta::IssueCount>) — The filtered signal groups and the count of issues associated with the resources that have been filtered in.