public interface LookupRuntimeProjectAttachmentResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRuntimeProjectAttachment()
public abstract RuntimeProjectAttachment getRuntimeProjectAttachment()
Runtime project attachment for a project if exists, empty otherwise.
.google.cloud.apihub.v1.RuntimeProjectAttachment runtime_project_attachment = 1;
Returns | |
---|---|
Type | Description |
RuntimeProjectAttachment |
The runtimeProjectAttachment. |
getRuntimeProjectAttachmentOrBuilder()
public abstract RuntimeProjectAttachmentOrBuilder getRuntimeProjectAttachmentOrBuilder()
Runtime project attachment for a project if exists, empty otherwise.
.google.cloud.apihub.v1.RuntimeProjectAttachment runtime_project_attachment = 1;
Returns | |
---|---|
Type | Description |
RuntimeProjectAttachmentOrBuilder |
hasRuntimeProjectAttachment()
public abstract boolean hasRuntimeProjectAttachment()
Runtime project attachment for a project if exists, empty otherwise.
.google.cloud.apihub.v1.RuntimeProjectAttachment runtime_project_attachment = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the runtimeProjectAttachment field is set. |