Interface CreateInstanceRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CreateInstanceRequest, CreateInstanceRequest.Builder

    public interface CreateInstanceRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getParent

        String getParent()
         Required. The instance's project and location in the format
         projects/{project}/locations/{location}.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The instance's project and location in the format
         projects/{project}/locations/{location}.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • getInstanceId

        String getInstanceId()
         Required. The name of the instance to create.
         
        string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The instanceId.
      • getInstanceIdBytes

        com.google.protobuf.ByteString getInstanceIdBytes()
         Required. The name of the instance to create.
         
        string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for instanceId.
      • hasInstance

        boolean hasInstance()
         An instance resource.
         
        .google.cloud.datafusion.v1.Instance instance = 3;
        Returns:
        Whether the instance field is set.
      • getInstance

        Instance getInstance()
         An instance resource.
         
        .google.cloud.datafusion.v1.Instance instance = 3;
        Returns:
        The instance.
      • getInstanceOrBuilder

        InstanceOrBuilder getInstanceOrBuilder()
         An instance resource.
         
        .google.cloud.datafusion.v1.Instance instance = 3;