Interface DismissRecommendationRequest.DismissRecommendationOperationOrBuilder

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

public static interface DismissRecommendationRequest.DismissRecommendationOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The resource name of the recommendation to dismiss.
    com.google.protobuf.ByteString
    The resource name of the recommendation to dismiss.

    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

    • getResourceName

      String getResourceName()
       The resource name of the recommendation to dismiss.
       
      string resource_name = 1;
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
       The resource name of the recommendation to dismiss.
       
      string resource_name = 1;
      Returns:
      The bytes for resourceName.