Interface GetCloudInstanceActionOrBuilder

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

public interface GetCloudInstanceActionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Cloud instance ID (not path) to retrieve the instance from, e.g.
    com.google.protobuf.ByteString
    Cloud instance ID (not path) to retrieve the instance from, e.g.
    Cloud project ID, e.g.
    com.google.protobuf.ByteString
    Cloud project ID, e.g.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getProjectId

      String getProjectId()
       Cloud project ID, e.g. "spanner-cloud-systest".
       
      string project_id = 1;
      Returns:
      The projectId.
    • getProjectIdBytes

      com.google.protobuf.ByteString getProjectIdBytes()
       Cloud project ID, e.g. "spanner-cloud-systest".
       
      string project_id = 1;
      Returns:
      The bytes for projectId.
    • getInstanceId

      String getInstanceId()
       Cloud instance ID (not path) to retrieve the instance from,
       e.g. "test-instance".
       
      string instance_id = 2;
      Returns:
      The instanceId.
    • getInstanceIdBytes

      com.google.protobuf.ByteString getInstanceIdBytes()
       Cloud instance ID (not path) to retrieve the instance from,
       e.g. "test-instance".
       
      string instance_id = 2;
      Returns:
      The bytes for instanceId.