public interface ImportExtensionRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExtension()
public abstract Extension getExtension()
Required. The Extension to import.
.google.cloud.aiplatform.v1beta1.Extension extension = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Extension |
The extension. |
getExtensionOrBuilder()
public abstract ExtensionOrBuilder getExtensionOrBuilder()
Required. The Extension to import.
.google.cloud.aiplatform.v1beta1.Extension extension = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ExtensionOrBuilder |
getParent()
public abstract String getParent()
Required. The resource name of the Location to import the Extension in.
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 resource name of the Location to import the Extension in.
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. |
hasExtension()
public abstract boolean hasExtension()
Required. The Extension to import.
.google.cloud.aiplatform.v1beta1.Extension extension = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the extension field is set. |