Interface LookupServiceProjectAttachmentResponseOrBuilder (0.4.0)

public interface LookupServiceProjectAttachmentResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the serviceProjectAttachment field is set.