Interface Service.RemoveGuardrailFromEndpointOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.RemoveGuardrailFromEndpoint, Service.RemoveGuardrailFromEndpoint.Builder
Enclosing class:
Service

public static interface Service.RemoveGuardrailFromEndpointOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string endpoint_id = 1;
    com.google.protobuf.ByteString
    optional string endpoint_id = 1;
    optional string guardrail_id = 2;
    com.google.protobuf.ByteString
    optional string guardrail_id = 2;
    boolean
    optional string endpoint_id = 1;
    boolean
    optional string guardrail_id = 2;

    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

    • hasEndpointId

      boolean hasEndpointId()
      optional string endpoint_id = 1;
      Returns:
      Whether the endpointId field is set.
    • getEndpointId

      String getEndpointId()
      optional string endpoint_id = 1;
      Returns:
      The endpointId.
    • getEndpointIdBytes

      com.google.protobuf.ByteString getEndpointIdBytes()
      optional string endpoint_id = 1;
      Returns:
      The bytes for endpointId.
    • hasGuardrailId

      boolean hasGuardrailId()
      optional string guardrail_id = 2;
      Returns:
      Whether the guardrailId field is set.
    • getGuardrailId

      String getGuardrailId()
      optional string guardrail_id = 2;
      Returns:
      The guardrailId.
    • getGuardrailIdBytes

      com.google.protobuf.ByteString getGuardrailIdBytes()
      optional string guardrail_id = 2;
      Returns:
      The bytes for guardrailId.