Interface GetInstanceTemplateRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getTemplate()
      Template name.
      com.google.protobuf.ByteString getTemplateBytes()
      Template name.
      boolean hasTemplate()
      Template name.
      • 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

      • hasTemplate

        boolean hasTemplate()
         Template name.
         
        optional string template = 1;
      • getTemplate

        String getTemplate()
         Template name.
         
        optional string template = 1;
      • getTemplateBytes

        com.google.protobuf.ByteString getTemplateBytes()
         Template name.
         
        optional string template = 1;