Interface ModifyEntryOverviewRequestOrBuilder

    • Method Detail

      • getName

        String getName()
         Required. The full resource name of the entry.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Required. The full resource name of the entry.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for name.
      • hasEntryOverview

        boolean hasEntryOverview()
         Required. The new value for the Entry Overview.
         
        .google.cloud.datacatalog.v1.EntryOverview entry_overview = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the entryOverview field is set.
      • getEntryOverview

        EntryOverview getEntryOverview()
         Required. The new value for the Entry Overview.
         
        .google.cloud.datacatalog.v1.EntryOverview entry_overview = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The entryOverview.
      • getEntryOverviewOrBuilder

        EntryOverviewOrBuilder getEntryOverviewOrBuilder()
         Required. The new value for the Entry Overview.
         
        .google.cloud.datacatalog.v1.EntryOverview entry_overview = 2 [(.google.api.field_behavior) = REQUIRED];