public interface CreateRuntimeProjectAttachmentRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getParent()
public abstract String getParent()
Required. The parent resource for the Runtime Project Attachment.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The parent resource for the Runtime Project Attachment.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
getRuntimeProjectAttachment()
public abstract RuntimeProjectAttachment getRuntimeProjectAttachment()
Required. The Runtime Project Attachment to create.
.google.cloud.apihub.v1.RuntimeProjectAttachment runtime_project_attachment = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
RuntimeProjectAttachment |
The runtimeProjectAttachment. |
getRuntimeProjectAttachmentId()
public abstract String getRuntimeProjectAttachmentId()
Required. The ID to use for the Runtime Project Attachment, which will become the final component of the Runtime Project Attachment's name. The ID must be the same as the project ID of the Google cloud project specified in the runtime_project_attachment.runtime_project field.
string runtime_project_attachment_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The runtimeProjectAttachmentId. |
getRuntimeProjectAttachmentIdBytes()
public abstract ByteString getRuntimeProjectAttachmentIdBytes()
Required. The ID to use for the Runtime Project Attachment, which will become the final component of the Runtime Project Attachment's name. The ID must be the same as the project ID of the Google cloud project specified in the runtime_project_attachment.runtime_project field.
string runtime_project_attachment_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for runtimeProjectAttachmentId. |
getRuntimeProjectAttachmentOrBuilder()
public abstract RuntimeProjectAttachmentOrBuilder getRuntimeProjectAttachmentOrBuilder()
Required. The Runtime Project Attachment to create.
.google.cloud.apihub.v1.RuntimeProjectAttachment runtime_project_attachment = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
RuntimeProjectAttachmentOrBuilder |
hasRuntimeProjectAttachment()
public abstract boolean hasRuntimeProjectAttachment()
Required. The Runtime Project Attachment to create.
.google.cloud.apihub.v1.RuntimeProjectAttachment runtime_project_attachment = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the runtimeProjectAttachment field is set. |