public interface DependencyEntityReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Output only. Display name of the entity.
 string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The displayName.  | 
      
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Output only. Display name of the entity.
 string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for displayName.  | 
      
getExternalApiResourceName()
public abstract String getExternalApiResourceName()The resource name of an external API in the API Hub.
 Format:
 projects/{project}/locations/{location}/externalApis/{external_api}
 string external_api_resource_name = 3;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The externalApiResourceName.  | 
      
getExternalApiResourceNameBytes()
public abstract ByteString getExternalApiResourceNameBytes()The resource name of an external API in the API Hub.
 Format:
 projects/{project}/locations/{location}/externalApis/{external_api}
 string external_api_resource_name = 3;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for externalApiResourceName.  | 
      
getIdentifierCase()
public abstract DependencyEntityReference.IdentifierCase getIdentifierCase()| Returns | |
|---|---|
| Type | Description | 
DependencyEntityReference.IdentifierCase | 
        |
getOperationResourceName()
public abstract String getOperationResourceName()The resource name of an operation in the API Hub.
 Format:
 projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}
 string operation_resource_name = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The operationResourceName.  | 
      
getOperationResourceNameBytes()
public abstract ByteString getOperationResourceNameBytes()The resource name of an operation in the API Hub.
 Format:
 projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}
 string operation_resource_name = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for operationResourceName.  | 
      
hasExternalApiResourceName()
public abstract boolean hasExternalApiResourceName()The resource name of an external API in the API Hub.
 Format:
 projects/{project}/locations/{location}/externalApis/{external_api}
 string external_api_resource_name = 3;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the externalApiResourceName field is set.  | 
      
hasOperationResourceName()
public abstract boolean hasOperationResourceName()The resource name of an operation in the API Hub.
 Format:
 projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}
 string operation_resource_name = 2;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the operationResourceName field is set.  |