public interface LookupServiceProjectAttachmentResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getServiceProjectAttachment()
public abstract ServiceProjectAttachment getServiceProjectAttachment()Service project attachment for a project if exists, empty otherwise.
 .google.cloud.apphub.v1.ServiceProjectAttachment service_project_attachment = 1;
| Returns | |
|---|---|
| Type | Description | 
ServiceProjectAttachment | 
        The serviceProjectAttachment.  | 
      
getServiceProjectAttachmentOrBuilder()
public abstract ServiceProjectAttachmentOrBuilder getServiceProjectAttachmentOrBuilder()Service project attachment for a project if exists, empty otherwise.
 .google.cloud.apphub.v1.ServiceProjectAttachment service_project_attachment = 1;
| Returns | |
|---|---|
| Type | Description | 
ServiceProjectAttachmentOrBuilder | 
        |
hasServiceProjectAttachment()
public abstract boolean hasServiceProjectAttachment()Service project attachment for a project if exists, empty otherwise.
 .google.cloud.apphub.v1.ServiceProjectAttachment service_project_attachment = 1;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the serviceProjectAttachment field is set.  |