Interface CreateNamespaceResponseOrBuilder

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

    @Generated(value="protoc",
               comments="annotations:CreateNamespaceResponseOrBuilder.java.pb.meta")
    public interface CreateNamespaceResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AsyncOperation getAsyncOperation()
      The async operation.
      AsyncOperationOrBuilder getAsyncOperationOrBuilder()
      The async operation.
      java.lang.String getNamespace()
      The namespace that was created.
      com.google.protobuf.ByteString getNamespaceBytes()
      The namespace that was created.
      boolean hasAsyncOperation()
      The async operation.
      • 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 Detail

      • getNamespace

        java.lang.String getNamespace()
         The namespace that was created.
         
        string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
         The namespace that was created.
         
        string namespace = 1;
        Returns:
        The bytes for namespace.
      • hasAsyncOperation

        boolean hasAsyncOperation()
         The async operation.
         
        .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
        Returns:
        Whether the asyncOperation field is set.
      • getAsyncOperation

        AsyncOperation getAsyncOperation()
         The async operation.
         
        .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
        Returns:
        The asyncOperation.
      • getAsyncOperationOrBuilder

        AsyncOperationOrBuilder getAsyncOperationOrBuilder()
         The async operation.
         
        .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;