public interface RelatedResourceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAssetType()
The type of the asset.
|
ByteString |
getAssetTypeBytes()
The type of the asset.
|
String |
getFullResourceName()
The full resource name of the related resource.
|
ByteString |
getFullResourceNameBytes()
The full resource name of the related resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getAssetType()
The type of the asset. Example: `compute.googleapis.com/Instance`
string asset_type = 1;
ByteString getAssetTypeBytes()
The type of the asset. Example: `compute.googleapis.com/Instance`
string asset_type = 1;
String getFullResourceName()
The full resource name of the related resource. Example: `//compute.googleapis.com/projects/my_proj_123/zones/instance/instance123`
string full_resource_name = 2;
ByteString getFullResourceNameBytes()
The full resource name of the related resource. Example: `//compute.googleapis.com/projects/my_proj_123/zones/instance/instance123`
string full_resource_name = 2;
Copyright © 2022 Google LLC. All rights reserved.