Interface GrpcStoreLifecycleHooksRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string region = 2;
    com.google.protobuf.ByteString
    string region = 2;
    string storeName = 1;
    com.google.protobuf.ByteString
    string storeName = 1;
    long
    int64 version = 3;

    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

    • getStoreName

      String getStoreName()
      string storeName = 1;
      Returns:
      The storeName.
    • getStoreNameBytes

      com.google.protobuf.ByteString getStoreNameBytes()
      string storeName = 1;
      Returns:
      The bytes for storeName.
    • getRegion

      String getRegion()
      string region = 2;
      Returns:
      The region.
    • getRegionBytes

      com.google.protobuf.ByteString getRegionBytes()
      string region = 2;
      Returns:
      The bytes for region.
    • getVersion

      long getVersion()
      int64 version = 3;
      Returns:
      The version.